net/http.http2serverConn.hs (field)
14 uses
net/http (current package)
h2_bundle.go#L4484: hs: http1srv,
h2_bundle.go#L4520: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L4637: hs *Server
h2_bundle.go#L4703: n := sc.hs.MaxHeaderBytes
h2_bundle.go#L4786: if sc.hs.ConnState != nil {
h2_bundle.go#L4787: sc.hs.ConnState(sc.conn, state)
h2_bundle.go#L4798: if lg := sc.hs.ErrorLog; lg != nil {
h2_bundle.go#L4983: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
h2_bundle.go#L5789: if http2h1ServerKeepAlivesDisabled(sc.hs) {
h2_bundle.go#L6170: if sc.hs.ReadTimeout > 0 {
h2_bundle.go#L6172: st.readDeadline = sc.srv.afterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
h2_bundle.go#L6191: if sc.hs.ReadTimeout > 0 {
h2_bundle.go#L6269: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L6270: st.writeDeadline = sc.srv.afterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)